/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* =============================================================================
   HoliKurs — Global Stylesheet
   Design tokens as CSS custom properties + global base styles
   ============================================================================= */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;1,9..40,400&family=Inter:wght@400;500&display=swap');

/* --- Tailwind base layers --- */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: DM Sans, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 16px;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 16px;
}
.left-8{
  left: 32px;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 12px;
}
.right-6{
  right: 24px;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1\/2{
  top: 50%;
}
.top-3{
  top: 12px;
}
.top-6{
  top: 24px;
}
.bottom-full{
  bottom: 100%;
}
.right-4{
  right: 16px;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.-m-5{
  margin: -1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1{
  margin-bottom: 4px;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 48px;
}
.mb-16{
  margin-bottom: 64px;
}
.mb-2{
  margin-bottom: 8px;
}
.mb-3{
  margin-bottom: 12px;
}
.mb-4{
  margin-bottom: 16px;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 24px;
}
.mb-8{
  margin-bottom: 32px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 4px;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 4px;
}
.mr-4{
  margin-right: 16px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 4px;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-2{
  margin-top: 8px;
}
.mt-3{
  margin-top: 12px;
}
.mt-4{
  margin-top: 16px;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 24px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-1{
  height: 4px;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 64px;
}
.h-2{
  height: 8px;
}
.h-20{
  height: 5rem;
}
.h-28{
  height: 7rem;
}
.h-36{
  height: 9rem;
}
.h-4{
  height: 16px;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 24px;
}
.h-8{
  height: 32px;
}
.h-9{
  height: 2.25rem;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.h-56{
  height: 14rem;
}
.max-h-\[480px\]{
  max-height: 480px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[40px\]{
  min-height: 40px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\.5{
  width: 0.375rem;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 64px;
}
.w-2{
  width: 8px;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 16px;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 24px;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 32px;
}
.w-9{
  width: 2.25rem;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[280px\]{
  width: 280px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[2\]{
  flex: 2;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-5{
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-wait{
  cursor: wait;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[1\.2fr_1\.2fr_90px_1fr_120px_80px_70px\]{
  grid-template-columns: 1.2fr 1.2fr 90px 1fr 120px 80px 70px;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 4px;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 8px;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 12px;
}
.gap-4{
  gap: 16px;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 24px;
}
.gap-8{
  gap: 32px;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-\[3px\]{
  border-left-width: 3px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#442E7D\]{
  --tw-border-opacity: 1;
  border-color: rgb(68 46 125 / var(--tw-border-opacity, 1));
}
.border-\[\#442E7D\]\/20{
  border-color: rgb(68 46 125 / 0.2);
}
.border-\[\#7E5CD7\]{
  --tw-border-opacity: 1;
  border-color: rgb(126 92 215 / var(--tw-border-opacity, 1));
}
.border-\[\#E8DFCD\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 223 205 / var(--tw-border-opacity, 1));
}
.border-\[\#F0EDE8\]{
  --tw-border-opacity: 1;
  border-color: rgb(240 237 232 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.bg-\[\#1B1F29\]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 31 41 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1B1F29\]\/10{
  background-color: rgb(27 31 41 / 0.1);
}
.bg-\[\#1B1F29\]\/20{
  background-color: rgb(27 31 41 / 0.2);
}
.bg-\[\#1B1F29\]\/70{
  background-color: rgb(27 31 41 / 0.7);
}
.bg-\[\#388E3C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(56 142 60 / var(--tw-bg-opacity, 1));
}
.bg-\[\#388E3C\]\/10{
  background-color: rgb(56 142 60 / 0.1);
}
.bg-\[\#388E3C\]\/5{
  background-color: rgb(56 142 60 / 0.05);
}
.bg-\[\#388E3C\]\/60{
  background-color: rgb(56 142 60 / 0.6);
}
.bg-\[\#388E3C\]\/70{
  background-color: rgb(56 142 60 / 0.7);
}
.bg-\[\#442E7D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(68 46 125 / var(--tw-bg-opacity, 1));
}
.bg-\[\#442E7D\]\/10{
  background-color: rgb(68 46 125 / 0.1);
}
.bg-\[\#442E7D\]\/5{
  background-color: rgb(68 46 125 / 0.05);
}
.bg-\[\#7E5CD7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(126 92 215 / var(--tw-bg-opacity, 1));
}
.bg-\[\#7E5CD7\]\/10{
  background-color: rgb(126 92 215 / 0.1);
}
.bg-\[\#D32F2F\]\/10{
  background-color: rgb(211 47 47 / 0.1);
}
.bg-\[\#E8DFCD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 223 205 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0EDE8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 237 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0EDE8\]\/40{
  background-color: rgb(240 237 232 / 0.4);
}
.bg-\[\#fcf9f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 249 244 / var(--tw-bg-opacity, 1));
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1{
  padding: 4px;
}
.p-10{
  padding: 2.5rem;
}
.p-3{
  padding: 12px;
}
.p-4{
  padding: 16px;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 24px;
}
.p-8{
  padding: 32px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 8px;
  padding-right: 8px;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 12px;
  padding-right: 12px;
}
.px-4{
  padding-left: 16px;
  padding-right: 16px;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 24px;
  padding-right: 24px;
}
.px-8{
  padding-left: 32px;
  padding-right: 32px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-16{
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-2{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-6{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-8{
  padding-top: 32px;
  padding-bottom: 32px;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 4px;
}
.pb-16{
  padding-bottom: 64px;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 12px;
}
.pb-4{
  padding-bottom: 16px;
}
.pb-6{
  padding-bottom: 24px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 48px;
}
.pr-12{
  padding-right: 48px;
}
.pr-4{
  padding-right: 16px;
}
.pt-0{
  padding-top: 0px;
}
.pt-12{
  padding-top: 48px;
}
.pt-4{
  padding-top: 16px;
}
.pt-8{
  padding-top: 32px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-inter{
  font-family: Inter, system-ui, sans-serif;
}
.font-sans{
  font-family: DM Sans, system-ui, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[400\]{
  font-weight: 400;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[1\.8\]{
  line-height: 1.8;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.15em\]{
  letter-spacing: 0.15em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#1B1F29\]{
  --tw-text-opacity: 1;
  color: rgb(27 31 41 / var(--tw-text-opacity, 1));
}
.text-\[\#1B1F29\]\/20{
  color: rgb(27 31 41 / 0.2);
}
.text-\[\#1B1F29\]\/25{
  color: rgb(27 31 41 / 0.25);
}
.text-\[\#1B1F29\]\/30{
  color: rgb(27 31 41 / 0.3);
}
.text-\[\#1B1F29\]\/40{
  color: rgb(27 31 41 / 0.4);
}
.text-\[\#1B1F29\]\/50{
  color: rgb(27 31 41 / 0.5);
}
.text-\[\#1B1F29\]\/60{
  color: rgb(27 31 41 / 0.6);
}
.text-\[\#1B1F29\]\/70{
  color: rgb(27 31 41 / 0.7);
}
.text-\[\#1B1F29\]\/90{
  color: rgb(27 31 41 / 0.9);
}
.text-\[\#388E3C\]{
  --tw-text-opacity: 1;
  color: rgb(56 142 60 / var(--tw-text-opacity, 1));
}
.text-\[\#442E7D\]{
  --tw-text-opacity: 1;
  color: rgb(68 46 125 / var(--tw-text-opacity, 1));
}
.text-\[\#7E5CD7\]{
  --tw-text-opacity: 1;
  color: rgb(126 92 215 / var(--tw-text-opacity, 1));
}
.text-\[\#9CA3AF\]{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-\[\#D32F2F\]{
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity, 1));
}
.text-\[\#D32F2F\]\/60{
  color: rgb(211 47 47 / 0.6);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-\[\#1B1F29\]\/80{
  color: rgb(27 31 41 / 0.8);
}
.accent-\[\#442E7D\]{
  accent-color: #442E7D;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-60{
  opacity: 0.6;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_1px_3px_rgba\(68\2c 46\2c 125\2c 0\.08\)\]{
  --tw-shadow: 0 1px 3px rgba(68,46,125,0.08);
  --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_12px_rgba\(68\2c 46\2c 125\2c 0\.12\)\]{
  --tw-shadow: 0 4px 12px rgba(68,46,125,0.12);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_16px_rgba\(68\2c 46\2c 125\2c 0\.3\)\]{
  --tw-shadow: 0 4px 16px rgba(68,46,125,0.3);
  --tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_20px_rgba\(68\2c 46\2c 125\2c 0\.08\)\]{
  --tw-shadow: 0 4px 20px rgba(68,46,125,0.08);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_24px_rgba\(68\2c 46\2c 125\2c 0\.16\)\]{
  --tw-shadow: 0 8px 24px rgba(68,46,125,0.16);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-holi-md{
  --tw-shadow: 0 4px 12px rgba(68, 46, 125, 0.12);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_12px_rgba\(68\2c 46\2c 125\2c 0\.16\)\]{
  --tw-shadow: 0 4px 12px rgba(68,46,125,0.16);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-\[ease\]{
  transition-timing-function: ease;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* =============================================================================
   Design Tokens — CSS Custom Properties
   ============================================================================= */

:root {
  /* ---- Color tokens ---- */
  --color-primary: #442E7D;
  --color-primary-light: #7E5CD7;
  --color-on-primary: #FFFFFF;
  --color-secondary: #E8DFCD;
  --color-surface: #fcf9f4;
  --color-surface-alt: #F0EDE8;
  --color-on-surface: #1B1F29;
  --color-success: #388E3C;
  --color-error: #D32F2F;
  --color-warning: #F57C00;
  --color-locked: #9CA3AF;

  /* ---- Shadow tokens (purple-tinted) ---- */
  --shadow-sm: 0 1px 3px rgba(68, 46, 125, 0.08);
  --shadow-md: 0 4px 12px rgba(68, 46, 125, 0.12);
  --shadow-lg: 0 8px 24px rgba(68, 46, 125, 0.16);
  --shadow-xl: 0 16px 32px rgba(68, 46, 125, 0.18);

  /* ---- Border radius tokens ---- */
  --radius-card: 20px;
  --radius-card-mobile: 16px;
  --radius-button: 9999px;
  --radius-input: 12px;
  --radius-modal: 24px;

  /* ---- Spacing tokens (4px base unit) ---- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;

  /* ---- Typography tokens ---- */
  --font-heading: 'DM Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;

  /* ---- Transition tokens ---- */
  --transition-hover: 200ms ease;
  --transition-focus: 150ms ease;
  --transition-page: 300ms ease-in-out;
  --transition-sidebar: 250ms ease-in-out;
  --transition-progress: 700ms ease-out;

  /* ---- Layout tokens ---- */
  --sidebar-admin-width: 240px;
  --nav-height: 64px;
  --tab-bar-height: 64px;
  --content-max-width: 1280px;
}

/* =============================================================================
   Global Base Styles
   ============================================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  /* Surface color as the page background — warm off-white, never pure white */
  background-color: var(--color-surface);
  color: var(--color-on-surface);

  /* Inter as the default body font, weight 400 */
  font-family: var(--font-body);
  font-weight: var(--font-weight-regular);
  font-size: 15px;
  line-height: 1.5;

  /* Anti-aliasing */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Skip-to-content link for accessibility */
.skip-to-content {
  position: absolute;
  top: -100%;
  left: 0;
  padding: var(--space-2) var(--space-4);
  background-color: var(--color-primary);
  color: var(--color-on-primary);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: var(--font-weight-medium);
  z-index: 9999;
  border-radius: 0 0 var(--radius-input) 0;
  text-decoration: none;
  transition: top var(--transition-focus);
}

.skip-to-content:focus {
  top: 0;
}

/* =============================================================================
   Headings — DM Sans, max weight 500 (Medium)
   NEVER use font-weight 600+ on DM Sans elements
   ============================================================================= */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-medium);
  line-height: 1.1;
  color: var(--color-on-surface);
}

h1 { font-size: 48px; line-height: 1.0; }
h2 { font-size: 32px; line-height: 1.05; }
h3 { font-size: 28px; line-height: 1.1; }
h4 { font-size: 24px; line-height: 1.2; }
h5 { font-size: 20px; line-height: 1.2; }
h6 { font-size: 18px; line-height: 1.2; }

/* =============================================================================
   White Cards — the standard card surface
   ============================================================================= */

.holi-card {
  background-color: #FFFFFF;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  padding: var(--space-6);
  transition: box-shadow var(--transition-hover), transform var(--transition-hover);
}

.holi-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

/* Surface-alt card variant (beige/admin) */
.holi-card-surface {
  background-color: var(--color-surface-alt);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  padding: var(--space-6);
}

/* =============================================================================
   Pill Buttons — all buttons use border-radius: 9999px (pill shape)
   ============================================================================= */

.holi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 12px 24px;
  border-radius: var(--radius-button);
  font-family: var(--font-body);
  font-weight: var(--font-weight-medium);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  border: none;
  transition: background-color var(--transition-hover),
              transform var(--transition-hover),
              box-shadow var(--transition-hover),
              opacity var(--transition-hover);
  text-decoration: none;
  white-space: nowrap;
}

.holi-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}

/* Focus ring for accessibility */
.holi-btn:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Primary — dark purple, the ONE main CTA per screen */
.holi-btn-primary {
  background-color: var(--color-primary);
  color: var(--color-on-primary);
}

.holi-btn-primary:hover:not(:disabled) {
  background-color: #3a2769;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

/* Secondary — beige */
.holi-btn-secondary {
  background-color: var(--color-secondary);
  color: var(--color-on-surface);
}

.holi-btn-secondary:hover:not(:disabled) {
  background-color: #ddd5bf;
  transform: translateY(-1px);
}

/* Ghost — transparent with purple border */
.holi-btn-ghost {
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid rgba(68, 46, 125, 0.2);
}

.holi-btn-ghost:hover:not(:disabled) {
  background-color: rgba(68, 46, 125, 0.05);
  border-color: var(--color-primary);
  transform: translateY(-1px);
}

/* Full-width variant */
.holi-btn-full {
  width: 100%;
}

/* =============================================================================
   Form Inputs
   ============================================================================= */

.holi-input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: var(--color-surface-alt);
  border: 1px solid transparent;
  border-radius: var(--radius-input);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: var(--font-weight-regular);
  color: var(--color-on-surface);
  line-height: 1.5;
  transition: background-color var(--transition-focus),
              border-color var(--transition-focus),
              box-shadow var(--transition-focus);
  outline: none;
}

.holi-input::-moz-placeholder {
  color: var(--color-locked);
}

.holi-input::placeholder {
  color: var(--color-locked);
}

.holi-input:focus {
  background-color: #FFFFFF;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(68, 46, 125, 0.12);
}

.holi-input-error {
  border-color: var(--color-error);
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.12);
}

/* =============================================================================
   Reduced Motion — respect OS preference
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =============================================================================
   Utility helpers
   ============================================================================= */

/* Page content doesn't overlap fixed nav */
.content-below-nav {
  padding-top: var(--nav-height);
}

/* Page content doesn't overlap fixed bottom tab bar */
.content-above-tabbar {
  padding-bottom: var(--tab-bar-height);
}

/* Consistent focus ring using brand color */
.holi-focus-ring:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.placeholder\:text-\[\#1B1F29\]\/20::-moz-placeholder{
  color: rgb(27 31 41 / 0.2);
}
.placeholder\:text-\[\#1B1F29\]\/20::placeholder{
  color: rgb(27 31 41 / 0.2);
}
.placeholder\:text-\[\#1B1F29\]\/30::-moz-placeholder{
  color: rgb(27 31 41 / 0.3);
}
.placeholder\:text-\[\#1B1F29\]\/30::placeholder{
  color: rgb(27 31 41 / 0.3);
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-\[\#7E5CD7\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(126 92 215 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#2E7D32\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(46 125 50 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#3a2769\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(58 39 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#442E7D\]\/10:hover{
  background-color: rgb(68 46 125 / 0.1);
}
.hover\:bg-\[\#442E7D\]\/20:hover{
  background-color: rgb(68 46 125 / 0.2);
}
.hover\:bg-\[\#442E7D\]\/5:hover{
  background-color: rgb(68 46 125 / 0.05);
}
.hover\:bg-\[\#7E5CD7\]\/5:hover{
  background-color: rgb(126 92 215 / 0.05);
}
.hover\:bg-\[\#DDD5C1\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 213 193 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E8DFCD\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 223 205 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E8DFCD\]\/50:hover{
  background-color: rgb(232 223 205 / 0.5);
}
.hover\:bg-\[\#F0EDE8\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 237 232 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F0EDE8\]\/50:hover{
  background-color: rgb(240 237 232 / 0.5);
}
.hover\:bg-\[\#dfd5c0\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(223 213 192 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#fcf9f4\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 249 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/50:hover{
  background-color: rgb(255 255 255 / 0.5);
}
.hover\:bg-white\/60:hover{
  background-color: rgb(255 255 255 / 0.6);
}
.hover\:bg-\[\#442E7D\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(68 46 125 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#7E5CD7\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 92 215 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#1B1F29\]\/60:hover{
  color: rgb(27 31 41 / 0.6);
}
.hover\:text-\[\#1B1F29\]\/70:hover{
  color: rgb(27 31 41 / 0.7);
}
.hover\:text-\[\#3a2769\]:hover{
  --tw-text-opacity: 1;
  color: rgb(58 39 105 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#442E7D\]:hover{
  --tw-text-opacity: 1;
  color: rgb(68 46 125 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#D32F2F\]:hover{
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:shadow-\[0_4px_12px_rgba\(68\2c 46\2c 125\2c 0\.12\)\]:hover{
  --tw-shadow: 0 4px 12px rgba(68,46,125,0.12);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-\[\#442E7D\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(68 46 125 / var(--tw-border-opacity, 1));
}
.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#442E7D\]\/20:focus{
  --tw-ring-color: rgb(68 46 125 / 0.2);
}
.focus\:ring-\[\#442E7D\]\/30:focus{
  --tw-ring-color: rgb(68 46 125 / 0.3);
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.disabled\:opacity-60:disabled{
  opacity: 0.6;
}
.group:hover .group-hover\:scale-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px){
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-center{
    align-items: center;
  }
}
@media (min-width: 768px){
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-1\.5{
    margin-bottom: 0.375rem;
  }
  .md\:mb-2{
    margin-bottom: 8px;
  }
  .md\:mb-8{
    margin-bottom: 32px;
  }
  .md\:mt-4{
    margin-top: 16px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-72{
    height: 18rem;
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:gap-4{
    gap: 16px;
  }
  .md\:gap-8{
    gap: 32px;
  }
  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .md\:rounded-\[20px\]{
    border-radius: 20px;
  }
  .md\:rounded-\[24px\]{
    border-radius: 24px;
  }
  .md\:border-\[\#E8DFCD\]{
    --tw-border-opacity: 1;
    border-color: rgb(232 223 205 / var(--tw-border-opacity, 1));
  }
  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-6{
    padding: 24px;
  }
  .md\:p-8{
    padding: 32px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-8{
    padding-left: 32px;
    padding-right: 32px;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:py-8{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md\:px-6{
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-16{
    padding-bottom: 64px;
  }
  .md\:pb-6{
    padding-bottom: 24px;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:text-\[\#1B1F29\]\/50{
    color: rgb(27 31 41 / 0.5);
  }
  .md\:text-\[\#1B1F29\]\/60{
    color: rgb(27 31 41 / 0.6);
  }
  .md\:text-\[\#1B1F29\]\/70{
    color: rgb(27 31 41 / 0.7);
  }
  .md\:text-\[\#442E7D\]{
    --tw-text-opacity: 1;
    color: rgb(68 46 125 / var(--tw-text-opacity, 1));
  }
  .md\:shadow-\[0_8px_30px_rgba\(68\2c 46\2c 125\2c 0\.1\)\]{
    --tw-shadow: 0 8px 30px rgba(68,46,125,0.1);
    --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:placeholder\:text-\[\#1B1F29\]\/30::-moz-placeholder{
    color: rgb(27 31 41 / 0.3);
  }
  .md\:placeholder\:text-\[\#1B1F29\]\/30::placeholder{
    color: rgb(27 31 41 / 0.3);
  }
}
@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:-m-10{
    margin: -2.5rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
}

